GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetAnnotationRect Method





In This Topic
GetAnnotationRect Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(150)>
Function GetAnnotationRect( _
   ByVal AnnotationIdx As Integer, _
   ByRef Left As Single, _
   ByRef Top As Single, _
   ByRef Width As Single, _
   ByRef Height As Single _
) As GdPictureStatus
[DispId(150)]
GdPictureStatus GetAnnotationRect( 
   int AnnotationIdx,
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
)
function GetAnnotationRect( 
    AnnotationIdx: Integer;
   var  Left: Single;
   var  Top: Single;
   var  Width: Single;
   var  Height: Single
): GdPictureStatus; 
DispIdAttribute(150)
function GetAnnotationRect( 
   AnnotationIdx : int,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : GdPictureStatus;
[DispId(150)]
GdPictureStatus GetAnnotationRect( 
   int AnnotationIdx,
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
) 
[DispId(150)]
GdPictureStatus GetAnnotationRect( 
   int AnnotationIdx,
   float% Left,
   float% Top,
   float% Width,
   float% Height
) 

Parameters

AnnotationIdx
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members